projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e930f
)
Fix inaccuracy in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 28 Mar 2013 13:54:21 +0000
(15:54 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 28 Mar 2013 13:54:21 +0000
(15:54 +0200)
src/indent.c
patch
|
blob
|
history
diff --git
a/src/indent.c
b/src/indent.c
index ac448532dd49133a97658fa349aad747bc58470b..b662b3bbaa051fad627a3f3f0b99653fc89279b2 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-1088,8
+1088,8
@@
static struct position val_compute_motion;
: (window_width + window_left != frame_cols))
where
- window_width is
XFASTINT (w->total_cols)
,
- window_left is
XFASTINT (w->left_col)
,
+ window_width is
w->total_cols
,
+ window_left is
w->left_col
,
has_vertical_scroll_bars is
WINDOW_HAS_VERTICAL_SCROLL_BAR (window)
and frame_cols = FRAME_COLS (XFRAME (window->frame))